home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / tool chest / development kits / hypercard related / hypercard instance variables / instance variables / background_2801.xml next >
Encoding:
Extensible Markup Language  |  1993-04-01  |  8.1 KB  |  301 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>2801</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_3181.pbm</bitmap>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_5301.css" />
  11.     <part>
  12.         <id>2</id>
  13.         <type>field</type>
  14.         <visible> <true /> </visible>
  15.         <dontWrap> <false /> </dontWrap>
  16.         <dontSearch> <false /> </dontSearch>
  17.         <sharedText> <false /> </sharedText>
  18.         <fixedLineHeight> <true /> </fixedLineHeight>
  19.         <autoTab> <false /> </autoTab>
  20.         <lockText> <false /> </lockText>
  21.         <rect>
  22.             <left>160</left>
  23.             <top>83</top>
  24.             <right>483</right>
  25.             <bottom>280</bottom>
  26.         </rect>
  27.         <style>transparent</style>
  28.         <autoSelect> <false /> </autoSelect>
  29.         <showLines> <false /> </showLines>
  30.         <wideMargins> <false /> </wideMargins>
  31.         <multipleLines> <false /> </multipleLines>
  32.         <reservedFamily> 0 </reservedFamily>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>left</textAlign>
  36.         <font>Geneva</font>
  37.         <textSize>14</textSize>
  38.         <textStyle>plain</textStyle>
  39.         <textHeight>18</textHeight>
  40.         <name>text</name>
  41.         <script></script>
  42.     </part>
  43.     <part>
  44.         <id>5</id>
  45.         <type>button</type>
  46.         <visible> <true /> </visible>
  47.         <reserved5> 0 </reserved5>
  48.         <reserved4> 0 </reserved4>
  49.         <reserved3> 0 </reserved3>
  50.         <reserved2> 0 </reserved2>
  51.         <reserved1> 0 </reserved1>
  52.         <enabled> <true /> </enabled>
  53.         <rect>
  54.             <left>288</left>
  55.             <top>276</top>
  56.             <right>315</right>
  57.             <bottom>301</bottom>
  58.         </rect>
  59.         <style>transparent</style>
  60.         <showName> <false /> </showName>
  61.         <highlight> <false /> </highlight>
  62.         <autoHighlight> <false /> </autoHighlight>
  63.         <sharedHighlight> <true /> </sharedHighlight>
  64.         <family>0</family>
  65.         <titleWidth>0</titleWidth>
  66.         <icon>1014</icon>
  67.         <textAlign>center</textAlign>
  68.         <font>Chicago</font>
  69.         <textSize>12</textSize>
  70.         <textStyle>plain</textStyle>
  71.         <name>Prev</name>
  72.         <script>on mouseUp
  73. visual effect wipe right
  74. go to previous card
  75. end mouseUp
  76. </script>
  77.     </part>
  78.     <part>
  79.         <id>6</id>
  80.         <type>button</type>
  81.         <visible> <true /> </visible>
  82.         <reserved5> 0 </reserved5>
  83.         <reserved4> 0 </reserved4>
  84.         <reserved3> 0 </reserved3>
  85.         <reserved2> 0 </reserved2>
  86.         <reserved1> 0 </reserved1>
  87.         <enabled> <true /> </enabled>
  88.         <rect>
  89.             <left>319</left>
  90.             <top>276</top>
  91.             <right>346</right>
  92.             <bottom>301</bottom>
  93.         </rect>
  94.         <style>transparent</style>
  95.         <showName> <false /> </showName>
  96.         <highlight> <false /> </highlight>
  97.         <autoHighlight> <false /> </autoHighlight>
  98.         <sharedHighlight> <true /> </sharedHighlight>
  99.         <family>0</family>
  100.         <titleWidth>0</titleWidth>
  101.         <icon>1013</icon>
  102.         <textAlign>center</textAlign>
  103.         <font>Chicago</font>
  104.         <textSize>12</textSize>
  105.         <textStyle>plain</textStyle>
  106.         <name>Next</name>
  107.         <script>on mouseUp
  108. visual effect wipe left
  109. go to next card
  110. end mouseUp
  111. </script>
  112.     </part>
  113.     <part>
  114.         <id>7</id>
  115.         <type>button</type>
  116.         <visible> <true /> </visible>
  117.         <reserved5> 0 </reserved5>
  118.         <reserved4> 0 </reserved4>
  119.         <reserved3> 0 </reserved3>
  120.         <reserved2> 0 </reserved2>
  121.         <reserved1> 0 </reserved1>
  122.         <enabled> <true /> </enabled>
  123.         <rect>
  124.             <left>3</left>
  125.             <top>23</top>
  126.             <right>35</right>
  127.             <bottom>52</bottom>
  128.         </rect>
  129.         <style>shadow</style>
  130.         <showName> <false /> </showName>
  131.         <highlight> <false /> </highlight>
  132.         <autoHighlight> <false /> </autoHighlight>
  133.         <sharedHighlight> <true /> </sharedHighlight>
  134.         <family>0</family>
  135.         <titleWidth>0</titleWidth>
  136.         <icon>21700</icon>
  137.         <textAlign>center</textAlign>
  138.         <font>Chicago</font>
  139.         <textSize>12</textSize>
  140.         <textStyle>plain</textStyle>
  141.         <name>Home</name>
  142.         <script>on mouseUp
  143. visual effect iris open
  144. go Home
  145. end mouseUp
  146. </script>
  147.     </part>
  148.     <part>
  149.         <id>8</id>
  150.         <type>button</type>
  151.         <visible> <true /> </visible>
  152.         <reserved5> 0 </reserved5>
  153.         <reserved4> 0 </reserved4>
  154.         <reserved3> 0 </reserved3>
  155.         <reserved2> 0 </reserved2>
  156.         <reserved1> 0 </reserved1>
  157.         <enabled> <true /> </enabled>
  158.         <rect>
  159.             <left>457</left>
  160.             <top>274</top>
  161.             <right>494</right>
  162.             <bottom>302</bottom>
  163.         </rect>
  164.         <style>transparent</style>
  165.         <showName> <false /> </showName>
  166.         <highlight> <false /> </highlight>
  167.         <autoHighlight> <false /> </autoHighlight>
  168.         <sharedHighlight> <true /> </sharedHighlight>
  169.         <family>0</family>
  170.         <titleWidth>0</titleWidth>
  171.         <icon>1012</icon>
  172.         <textAlign>center</textAlign>
  173.         <font>Chicago</font>
  174.         <textSize>12</textSize>
  175.         <textStyle>plain</textStyle>
  176.         <name>Return</name>
  177.         <script>on mouseUp
  178. visual effect iris close
  179. pop card
  180. end mouseUp
  181. </script>
  182.     </part>
  183.     <part>
  184.         <id>9</id>
  185.         <type>button</type>
  186.         <visible> <true /> </visible>
  187.         <reserved5> 0 </reserved5>
  188.         <reserved4> 0 </reserved4>
  189.         <reserved3> 0 </reserved3>
  190.         <reserved2> 0 </reserved2>
  191.         <reserved1> 0 </reserved1>
  192.         <enabled> <true /> </enabled>
  193.         <rect>
  194.             <left>375</left>
  195.             <top>23</top>
  196.             <right>494</right>
  197.             <bottom>49</bottom>
  198.         </rect>
  199.         <style>roundrect</style>
  200.         <showName> <true /> </showName>
  201.         <highlight> <false /> </highlight>
  202.         <autoHighlight> <false /> </autoHighlight>
  203.         <sharedHighlight> <true /> </sharedHighlight>
  204.         <family>0</family>
  205.         <titleWidth>0</titleWidth>
  206.         <icon>0</icon>
  207.         <textAlign>center</textAlign>
  208.         <font>Chicago</font>
  209.         <textSize>12</textSize>
  210.         <textStyle>plain</textStyle>
  211.         <name>Stack Script</name>
  212.         <script>on mouseUp
  213. edit the script of this stack
  214. end mouseUp
  215. </script>
  216.     </part>
  217.     <part>
  218.         <id>11</id>
  219.         <type>button</type>
  220.         <visible> <true /> </visible>
  221.         <reserved5> 0 </reserved5>
  222.         <reserved4> 0 </reserved4>
  223.         <reserved3> 0 </reserved3>
  224.         <reserved2> 0 </reserved2>
  225.         <reserved1> 0 </reserved1>
  226.         <enabled> <true /> </enabled>
  227.         <rect>
  228.             <left>429</left>
  229.             <top>4</top>
  230.             <right>503</right>
  231.             <bottom>26</bottom>
  232.         </rect>
  233.         <style>transparent</style>
  234.         <showName> <false /> </showName>
  235.         <highlight> <false /> </highlight>
  236.         <autoHighlight> <false /> </autoHighlight>
  237.         <sharedHighlight> <true /> </sharedHighlight>
  238.         <family>0</family>
  239.         <titleWidth>0</titleWidth>
  240.         <icon>0</icon>
  241.         <textAlign>center</textAlign>
  242.         <font>Chicago</font>
  243.         <textSize>12</textSize>
  244.         <textStyle>plain</textStyle>
  245.         <name>bkgnd btn</name>
  246.         <script>on mouseUp
  247. --put the long id of me
  248. put the long name of me
  249. end mouseUp
  250. </script>
  251.     </part>
  252.     <part>
  253.         <id>21</id>
  254.         <type>field</type>
  255.         <visible> <false /> </visible>
  256.         <dontWrap> <false /> </dontWrap>
  257.         <dontSearch> <false /> </dontSearch>
  258.         <sharedText> <false /> </sharedText>
  259.         <fixedLineHeight> <false /> </fixedLineHeight>
  260.         <autoTab> <false /> </autoTab>
  261.         <lockText> <false /> </lockText>
  262.         <rect>
  263.             <left>156</left>
  264.             <top>120</top>
  265.             <right>356</right>
  266.             <bottom>205</bottom>
  267.         </rect>
  268.         <style>rectangle</style>
  269.         <autoSelect> <false /> </autoSelect>
  270.         <showLines> <false /> </showLines>
  271.         <wideMargins> <false /> </wideMargins>
  272.         <multipleLines> <false /> </multipleLines>
  273.         <reservedFamily> 0 </reservedFamily>
  274.         <titleWidth>0</titleWidth>
  275.         <icon>0</icon>
  276.         <textAlign>left</textAlign>
  277.         <font>Geneva</font>
  278.         <textSize>12</textSize>
  279.         <textStyle>plain</textStyle>
  280.         <textHeight>16</textHeight>
  281.         <name>you must call allowInstVars</name>
  282.         <script></script>
  283.     </part>
  284.     <part>
  285.         <id>22</id>
  286.         <type>field</type>
  287.         <visible> <false /> </visible>
  288.         <dontWrap> <false /> </dontWrap>
  289.         <dontSearch> <false /> </dontSearch>
  290.         <sharedText> <true /> </sharedText>
  291.         <fixedLineHeight> <false /> </fixedLineHeight>
  292.         <autoTab> <false /> </autoTab>
  293.         <lockText> <false /> </lockText>
  294.         <rect>
  295.             <left>60</left>
  296.             <top>208</top>
  297.             <right>260</right>
  298.             <bottom>293</bottom>
  299.         </rect>
  300.         <style>rectangle</style>
  301.         <autoSelect> <false /> </autoSelect>
  302.         <showLines> <false /> </showLines>
  303.         <wideMargins> <false /> </wideMargins>
  304.         <multipleLines> <false /> </multipleLines>
  305.         <reservedFamily> 0 </reservedFamily>
  306.         <titleWidth>0</titleWidth>
  307.         <icon>0</icon>
  308.         <textAlign>left</textAlign>
  309.         <font>Geneva</font>
  310.         <textSize>12</textSize>
  311.         <textStyle>plain</textStyle>
  312.         <textHeight>16</textHeight>
  313.         <name>call allowInstVars first</name>
  314.         <script></script>
  315.     </part>
  316.     <content>
  317.         <layer>background</layer>
  318.         <id>22</id>
  319.         <text>
  320. {is this useful?{2801{true}is this useful?}2801}</text>
  321.     </content>
  322.     <name></name>
  323.     <script>on openBackground
  324. push recent card
  325. end openBackground</script>
  326. </background>
  327.